home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / ssaver26.zip / SAMPLE.ZIP / SAMPLE.RC < prev    next >
Text File  |  1996-02-26  |  424b  |  23 lines

  1. /*
  2.     sample.rc
  3.     sample saver module resource script file
  4.     (C) 1993-94 Siegfried Hanisch
  5. */
  6.  
  7. #include <os2.h>
  8. #include "sample.h"
  9.  
  10. ICON    IDR_ICON    "ssaver.ico"
  11.  
  12. /*
  13.     $$$$$ change code here $$$$$
  14.     Replace "Sample module" with a module name of your choice.
  15.     The module name must not exceed 32 characters.
  16.     Include the module *.DLG-file.
  17. */
  18. STRINGTABLE
  19. {
  20.     IDS_MODULENAME    "Sample module"
  21. }
  22. RCINCLUDE sample.dlg
  23.